home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-04-15 | 2.6 KB | 80 lines | [TEXT/MPS ] |
- #
- # File: USBTabletModule.make
- #
- # Contains: Make for for USB Wacom HID module
- #
- # Version: xxx put version here xxx
- #
- # Copyright: © 1997-1998 by Apple Computer, Inc., all rights reserved.
- #
-
- MAKEFILE = USBTabletModule.make
- •MondoBuild• = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
- Includes = -i {USBInterfacesInternal},{USBInterfacesExternal}
- Sym•PPC = -sym on
- USBTabletModuleTarget = {USBTargets}Drivers:USBHIDUSBTabletModule
-
- PPCCOptions = {Includes} {Sym•PPC} {NeptuneCOptions}
-
- LinkPPC = PPCLink
-
- Objects•PPC = "{USBObjects}USBTabletModule.c.o" ∂
- "{USBObjects}USBTabletModuleHeader.c.o" ∂
- "{USBObjects}USBTabletModuleCDM.c.o"
-
- USBTabletModule ƒƒ "{USBReleaseExtensions}USBHIDUSBTabletModule"
-
- "{USBReleaseExtensions}USBHIDUSBTabletModule" ƒ "{USBTabletModuleTarget}"
- duplicate -y "{USBTabletModuleTarget}" {Targ}
-
- {USBTabletModuleTarget} ƒƒ {•MondoBuild•} {Objects•PPC} "{USBInterfacesInternal}USBHIDModule.exp"
- delete -i "{Targ}.xcoff"
- delete -i "{Targ}.dbg"
- {LinkPPC} ∂
- -map "{USBMapDir}USBHIDUSBTabletModule.map" ∂
- -t 'ndrv' ∂
- -c 'usbd' ∂
- -o {USBTabletModuleTarget} {Sym•PPC} ∂
- {Objects•PPC} ∂
- -xm sharedlibrary ∂
- -share context ∂
- -@export "{USBInterfacesInternal}USBHIDModule.exp" ∂
- "{USBLibraries}USBServicesLib" ∂
- "{SharedLibraries}InterfaceLib" ∂
- "{StubLibsDir}CursorDevicesLib" ∂
- "{PPCLibraries}PPCCRuntime.o"
-
-
- {USBTabletModuleTarget} ƒƒ "{USBInterfacesInternal}PackageVersion.h" ∂
- "USBTabletModuleVersion.h" ∂
- "USBTabletModule.r" ∂
- {•MondoBuild•}
- Rez ∂
- -i "{USBInterfacesInternal}" ∂
- -i "{RIncludes}" ∂
- "{RIncludes}Types.r" ∂
- "USBTabletModule.r" ∂
- -a ∂
- -o {Targ}
-
- "{USBObjects}USBTabletModuleHeader.c.o" ƒ "USBTabletModuleHeader.c" ∂
- "{USBInterfacesExternal}USB.h" ∂
- "{USBInterfacesInternal}PackageVersion.h" ∂
- "USBTabletModuleVersion.h" ∂
- "USBTabletModule.h"
- {PPCC} USBTabletModuleHeader.c -o {Targ} {PPCCOptions}
-
- "{USBObjects}USBTabletModule.c.o" ƒ "USBTabletModule.c" ∂
- "{USBInterfacesExternal}USB.h" ∂
- "USBTabletModule.h"
- {PPCC} USBTabletModule.c -o {Targ} {PPCCOptions}
-
- "{USBObjects}USBTabletModuleCDM.c.o" ƒ "USBTabletModuleCDM.c" ∂
- "{USBInterfacesExternal}USB.h" ∂
- "USBTabletModule.h"
- {PPCC} USBTabletModuleCDM.c -o {Targ} {PPCCOptions}
-
- Clean ƒƒ
- Delete -i {Objects•PPC}
- Delete -i {USBTabletModuleTarget}
- Delete -i "{USBReleaseExtensions}USBHIDUSBTabletModule"